Crate netwatch

Source
Expand description

Networking related utilities

Modules§

  • Contains helpers for looking up system network interfaces.
  • IP address related utilities.
  • Monitoring of networking interfaces and route changes.

Structs§

  • Wrapper around a tokio UDP socket that handles the fact that on drop libc::close can block for UDP sockets.

Enums§

  • Ip family selection between Ipv4 and Ipv6.